# Ignore raw NHANES files
data/*.XPT
data/*.xpt

# Ignore processed datasets
data/*.csv

# Ignore virtual environment
venv/

# Ignore Python cache
__pycache__/
*.pyc